home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / DefineButton2_113 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-07-07  |  156 b   |  13 lines

  1. on(press){
  2.    if(Number(stop) == Number(true))
  3.    {
  4.       stop = false;
  5.       play();
  6.    }
  7.    else
  8.    {
  9.       stop = true;
  10.       stop();
  11.    }
  12. }
  13.